; pascal void DragAlignedWindow(WindowPtr wp, Point startPt, Rect *boundsRect, Rect *alignmentRect, ICMAlignmentProcRecordPtr alignmentProc)
;
IF ¨ GENERATINGCFM THEN
Macro
_DragAlignedWindow
move.l #$0014004E,D0
dc.w $AAA3
EndM
ELSE
IMPORT_CFM_FUNCTION DragAlignedWindow
ENDIF
;
; pascal long DragAlignedGrayRgn(RgnHandle theRgn, Point startPt, Rect *boundsRect, Rect *slopRect, short axis, UniversalProcPtr actionProc, Rect *alignmentRect, ICMAlignmentProcRecordPtr alignmentProc)